翻訳と辞書
Words near each other
・ Server room
・ Server Routing Protocol
・ Server Side Includes
・ Server Somanna
・ Server sprawl
・ Server Sundaram
・ Server sunset
・ Server supported gaming
・ Server Technology
・ Server-based gaming
・ Server-based signatures
・ Server-Gated Cryptography
・ Server-sent events
・ Server-side
・ Server-side redirect
Server-side scripting
・ ServerCentral
・ Serverette
・ ServerNet
・ ServerNet (Tandem)
・ Serverpars
・ ServersCheck
・ Serverware Group
・ Serves-sur-Rhône
・ Servet
・ Servet A. Duran
・ Servet Coşkun
・ Servet Kocakaya
・ Servet Libohova
・ Servet Pëllumbi


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Server-side scripting : ウィキペディア英語版
Server-side scripting

Server-side scripting is a technique used in scripts on a web server which produce a response customized for each user's (client's) request to the website. The alternative is for the web server itself to deliver a static web page. Scripts can be written in any of a number of server-side scripting languages that are available (see below). Server-side scripting is distinguished from client-side scripting where embedded scripts, such as JavaScript, are run client-side in a web browser, but both techniques are often used together.
Server-side scripting is often used to provide a customized interface for the user. These scripts may assemble client characteristics for use in customizing the response based on those characteristics, the user's requirements, access rights, etc. Server-side scripting also enables the website owner to hide the source code that generates the interface, whereas with client-side scripting, the user has access to all the code received by the client. A down-side to the use of server-side scripting is that the client needs to make further requests over the network to the server in order to show new information to the user via the web browser. These requests can slow down the experience for the user, place more load on the server, and prevent use of the application when the user is disconnected from the server.
When the server serves data in a commonly used manner, for example according to the Hypertext Transfer Protocol
== History ==
Netscape introduced an implementation of JavaScript for server-side scripting with Netscape Enterprise Server, first released in December, 1994 (soon after releasing JavaScript for browsers).
Server-side scripting was later used in early 1995 by Fred DuFresne while developing the first web site for Boston, MA television station WCVB. The technology is described in (US patent 5835712 ). The patent was issued in 1998 and is now owned by Open Invention Network (OIN). In 2010 OIN named Fred DuFresne a ("Distinguished Inventor" ) for his work on server-side scripting.
Today, a variety of services use server-side scripting to deliver results back to a client as a paid or free service. An example would be WolframAlpha, which is a computational knowledge engine that computes results outside the clients environment and returns the computed result back. A more commonly used service is Google's proprietary search engine, which searches millions of cached results related to the user specified keyword and returns an ordered list of links back to the client. Apple's Siri application also employs server-side scripting outside of a web application. The application takes an input, computes a result, and returns the result back to the client.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Server-side scripting」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.